Skip to content

Instantly share code, notes, and snippets.

#genre#
云南联通秒开源 - 央视
CCTV1综合,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv1
CCTV2-财经,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv2
CCTV3-综艺,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv3
CCTV4-中文国际,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv4
CCTV5-体育,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv5
CCTV6-电影,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv6
CCTV7-军事农业,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv7
CCTV8-电视剧,http://nn.7x9d.cn/mk.php?ip=180.130.146.137:8014&id=cctv8
@emschwartz
emschwartz / README.md
Last active February 15, 2026 03:37
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@harold-b
harold-b / IntelGfxUbuntu20.04MacBookPro10-1.md
Last active February 15, 2026 03:36
Enable Intel Graphics on Ubuntu 20.04 on MacBook Pro Mid 2012 Retina (10,1)

How to get Intel graphics working on MacBook Pro mid 2012 (10,1) Ubuntu 20.04:

Ubuntu was intalled with the default nvidia drivers that it brought (I believe 3.90)

Clone https://github.com/0xbb/apple_set_os.efi

For details, see the README.md

Build it:

@karpathy
karpathy / microgpt.py
Last active February 15, 2026 03:35
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp

Dark Souls II and Scholar of the First Sin Cheat Engine Guide

Updates

17/06/2017

  • Updated links (replaced Cheat Engine Forum links to the Fearless Cheat Engine)
  • Fixed Effect list link.

23/12/2016

  • The SoFS table has been updated.
@amunchet
amunchet / noVNCPaste.user.js
Last active February 15, 2026 03:29
noVNC Paste Tampermonkey script.
// ==UserScript==
// @name noVNC Paste
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window
// @author You
// @match */console*
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none
// ==/UserScript==
@amunchet
amunchet / noVNCCopyPasteProxmox.user.js
Last active February 15, 2026 03:28
Copy/Paste for noVNC Proxmox
// ==UserScript==
// @name noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window (for use with Proxmox specifically)
// @author Chester Enright
// @match https://*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none
@hyeyumpeople
hyeyumpeople / microgpt.py
Created February 15, 2026 03:27 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp